home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / lang / System$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  768 b   |  19 lines

  1. package java.lang;
  2.  
  3. import java.security.PrivilegedAction;
  4. import sun.security.util.SecurityConstants;
  5.  
  6. final class System$1 implements PrivilegedAction {
  7.    // $FF: synthetic field
  8.    final SecurityManager val$s;
  9.  
  10.    System$1(SecurityManager var1) {
  11.       this.val$s = var1;
  12.    }
  13.  
  14.    public Object run() {
  15.       this.val$s.getClass().getProtectionDomain().implies(SecurityConstants.ALL_PERMISSION);
  16.       return null;
  17.    }
  18. }
  19.